PromptNo

This VBA extension returns the prompt number of the prompt that has focus. Prompt numbers are the sequence ids assigned to an object that can receive focus. This value is read-only.

Group: Application-Based Extension


Syntax: Nbr = App.PromptNo

Nbr (Integer) the number of the current prompt

 

Example:

Dim PromptNbr As Long

PromptNbr = App.PromptNo

Version Supported:      RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.